home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / debug / memmon.dir / 00042_Hide Filename.ls < prev    next >
Encoding:
Text File  |  1995-02-15  |  224 b   |  14 lines

  1. on mouseUp
  2.   global gLevel
  3.   set gLevel to 2
  4.   if marker(0) = 25 then
  5.     TurnOffDepthPuppets()
  6.     TurnOffVolumePuppets()
  7.   end if
  8.   if marker(0) = 35 then
  9.     TurnOffTempoPuppets()
  10.   end if
  11.   go(1)
  12.   ResetTabButtons()
  13. end
  14.